Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633465 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes

css/ cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes/css/
1 Items
  • style.css
  • js/ cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes/js/
    1 Items
  • script.js
  • img/ cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes/img/
    2 Items
  • stickynote.png
  • notes.png
  • README.md cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes/README.md
    161 Views
    0 Comments
    <p align="center">
    <img alt="" height="80" src="./img/notes.png">
    </a>
    </p>
    <h1 align="center"> Sticky Notes</h1>

    <div align="center">
    Save your notes with Sticky Notes
    index.html cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes/index.html
    290 Views
    0 Comments
    <html>

    <head>
    <title>Sticky Note</title>
    <link rel="stylesheet" type="text/css" href="./css/style.css"></link>
    <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous">
    </script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">